Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add a guide on how to spin up a private Reth testnet using Kurtosis #4304

Merged
merged 4 commits into from
Aug 22, 2023

Conversation

leeederek
Copy link
Contributor

Kurtosis is a tool for defining and building test environments. The eth2-package is a general purpose testnet definition that can be used to spin up private Ethereum testnets. It is currently in use by various parties to test and validate functionality and scale ahead of hard forks.

This PR adds a quick guide to the Reth docs on how to spin up a private testnet with a Reth client. The guide walks a user through spinning up a 2-node private testnet with Lighthouse and Teku CL clients, but supports Nimbus, Lodestar, and Prysm as well.

Copy link
Member

@rkrasiuk rkrasiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supportive per our discussion

@rkrasiuk rkrasiuk added the C-docs An addition or correction to our documentation label Aug 22, 2023
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #4304 (34c25f8) into main (07a1af8) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

see 8 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.83% <ø> (-0.01%) ⬇️
unit-tests 63.76% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 26.12% <ø> (ø)
blockchain tree 82.56% <ø> (ø)
pipeline 90.07% <ø> (ø)
storage (db) 74.77% <ø> (ø)
trie 94.85% <ø> (ø)
txpool 48.20% <ø> (ø)
networking 77.58% <ø> (+0.09%) ⬆️
rpc 58.80% <ø> (-0.09%) ⬇️
consensus 63.53% <ø> (ø)
revm 32.01% <ø> (ø)
payload builder 6.82% <ø> (ø)
primitives 86.16% <ø> (ø)

@rkrasiuk rkrasiuk added this pull request to the merge queue Aug 22, 2023
Merged via the queue into paradigmxyz:main with commit fe68514 Aug 22, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-docs An addition or correction to our documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants